Web Architecture Quiz - Part 2

This lesson contains a quiz to test your understanding of the REST API and the HTTP mechanisms.

Let’s test your understanding of the REST API and the HTTP mechanisms

1

Why should we implement a REST API in our application? Which of the following option(s) are correct?

A)

To decouple the backend server code from multiple client implementations for a cleaner and a more flexible architecture.

B)

To tightly couple the backend implementation with various client implementations.

C)

To create a gateway, a single-entry point into the system that would help the system take care of the authorization, authentication, sanitizing the input data and other necessary tasks before it provides access to the application resources.

Question 1 of 80 attempted
Client-Side vs. Server-Side Rendering
What is Scalability?
Mark as Completed
Report an Issue